toggle menu
SIOPv2 OpenId4VP
0.11.1
jvm
switch theme
search in API
SIOPv2 OpenId4VP
/
eu.europa.ec.eudi.openid4vp.dcql
/
TrustedAuthority
Trusted
Authority
@
Serializable
data
class
TrustedAuthority
(
val
type
:
TrustedAuthorityType
,
val
values
:
List
<
String
>
)
:
Serializable
(
source
)
Members
Constructors
Trusted
Authority
Link copied to clipboard
constructor
(
type
:
TrustedAuthorityType
,
values
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
@
Required
val
type
:
TrustedAuthorityType
values
Link copied to clipboard
@
SerialName
(
value
=
"values"
)
@
Required
val
values
:
List
<
String
>